Private Sub lst_Click()

    With lst

        btn.Enabled = (.ListIndex <> 0)
        btnƷ.Enabled = (.ListIndex <> .ListCount - 1)

    End With

End Sub